Crate tailcall_impl[][src]

This crate contains the procedural macro implementation for the [tailcall] crate. It is not designed to be used dierctly. [tailcall]: https://crates.io/crates/tailcall

Attribute Macros

tailcall

Transforms a function definition so that all recursive calls within the body are guaranteed to use a single stack frame (via tail recursion).